projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec5a37
)
(x_set_glyph_string_background_width): Extend the
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 16 Feb 2001 12:44:32 +0000
(12:44 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 16 Feb 2001 12:44:32 +0000
(12:44 +0000)
background face to the end of the drawing area in the text
area, only.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 0a62e1b7616bd61952268da0e1b274df80d07fd2..abe2ee0fd517b78b3693745bffe14ab88d907ba0 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-4633,7
+4633,8
@@
x_set_glyph_string_background_width (s, start, last_x)
if (start == s->row->used[s->area]
&& s->hl == DRAW_NORMAL_TEXT
- && ((s->area == TEXT_AREA && s->row->fill_line_p)
+ && s->area == TEXT_AREA
+ && (s->row->fill_line_p
|| s->face->background != default_face->background
|| s->face->stipple != default_face->stipple))
s->extends_to_end_of_line_p = 1;